go/types.environment.hasCallOrRecv (field)

8 uses

	go/types (current package)
		builtins.go#L38: 			check.hasCallOrRecv = b
		builtins.go#L39: 		}(check.hasCallOrRecv)
		builtins.go#L40: 		check.hasCallOrRecv = false
		builtins.go#L178: 			if !check.hasCallOrRecv {
		call.go#L164: 			check.hasCallOrRecv = true
		call.go#L233: 	check.hasCallOrRecv = true
		check.go#L47: 	hasCallOrRecv bool                   // set if an expression contains a function call or channel receive operation
		expr.go#L196: 		check.hasCallOrRecv = true